int a;
int b;
a = 21;
b = 3;
afficher(pgcd(a,b));
afficher(pgcd(9,6));
